home *** CD-ROM | disk | FTP | other *** search
- -- background: 4093 from stack: in. John Holy BibleStack©
- -- bmap block id: 4214
- -- flags: 4000
- -- background id: 0
- -- name: BSBk
- ----- HyperTalk script -----
- on openCard
- if scroll of field BibleStack <> 0 then
- lock screen
- set scroll of field BibleStack to 0
- unlock screen with dissolve fast
- end if
- end openCard
-
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 2007
- -- rect: left=0 top=19 right=315 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: BibleStack
- ----- HyperTalk script -----
- on mouseUp
- if the short name of this card is "BibleStack Notes" then exit mouseUp
- set locktext of me to false
- repeat 2 times
- click at the clickLoc
- end repeat
- put "Find" && the selection
- hide message
- set locktext of me to true
- send returnKey to Hypercard
- end mouseUp
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=283 top=316 right=341 bottom=317
- -- title width / last selected line: 0
- -- icon id / first selected line: 26425 / 26425
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 2048
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- visual dissolve very fast
- go to next card
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=4 top=316 right=342 bottom=33
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- visual effect dissolve
- go home
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=411 top=318 right=342 bottom=438
- -- title width / last selected line: 0
- -- icon id / first selected line: 8538 / 8538
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- global stringToFind
- if the short name of bkgnd button ID 26 = "Select" then send mouseUp to bkgnd button ID 26
- ask "Look for..."
- if it is empty then exit mouseUp
- put it into stringToFind
- put "find String " & quote & stringToFind & quote
- hide msg
- type return
- if the foundText is empty then answer "Text not found."
- end mouseUp
-
-
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=376 top=317 right=342 bottom=404
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Text Dump
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- answer "Export..." with "Selection" or "Entire Page" or "Cancel"
- if it = "Selection" then
- Ask "Save as..." with "Export"
- if it <> empty then
- open file it
- write selection to file it
- close file it
- answer "Text Export to file " & it & " Complete!"
- end if
- else if it = "Entire Page" then
- Ask "Save as..." with "Export"
- if it <> empty then
- open file it
- write field 1 to file it
- close file it
- answer "Text Export to file " & it & " Complete!"
- end if
- end if
- end mouseUp
-
-
-
- -- part 11 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=467 top=315 right=342 bottom=499
- -- title width / last selected line: 0
- -- icon id / first selected line: 29114 / 29114
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- doMenu Back
- end mouseUp
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=445 top=317 right=342 bottom=473
- -- title width / last selected line: 0
- -- icon id / first selected line: 29019 / 29019
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Top
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- visual Iris close to white
- visual effect iris open
- doMenu "Back"
- end mouseUp
-
-
-
- -- part 20 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=111 top=316 right=342 bottom=144
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HIDE MENUBAR
- ----- HyperTalk script -----
- on mouseUp
- HIDE MENUBAR
- HIDE BKGND BUTTON ID 20
- SHOW BKGND BUTTON ID 10
- end mouseUp
-
-
-
- -- part 21 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=111 top=316 right=342 bottom=144
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HIDE MENUBAR
- ----- HyperTalk script -----
- on mouseUp
- HIDE MENUBAR
- HIDE BKGND BUTTON ID 11
- SHOW BKGND BUTTON ID 21
- end mouseUp
-
-
-
- -- part 22 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=111 top=316 right=342 bottom=144
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ShowMenu
- ----- HyperTalk script -----
- on mouseUp
- Show MENUBAR
- HIDE BKGND BUTTON ID 22
- SHOW BKGND BUTTON ID 23
- end mouseUp
-
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=100 top=316 right=342 bottom=127
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hide MenuBar
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- if the short name of me is "Hide MenuBar" then
- hide menuBar
- set name of me to "Show MenuBar"
- else
- show menuBar
- set name of me to "Hide MenuBar"
- end if
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: 8002
- -- rect: left=228 top=314 right=330 bottom=285
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Search
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- if the short name of me is "Select" then
- Set locktext of field "BibleStack" to true
- set name of me to "Search"
- else
- Set locktext of field "BibleStack" to false
- set name of me to "Select"
- end if
- end mouseUp
-
-
-
-
- -- part 27 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=478 top=317 right=342 bottom=506
- -- title width / last selected line: 0
- -- icon id / first selected line: 2162 / 2162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Back
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- visual Iris close to white
- visual effect iris open
- go to card id 3449
- end mouseUp
-
-
-
- -- part 28 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=36 top=316 right=342 bottom=63
- -- title width / last selected line: 0
- -- icon id / first selected line: 32462 / 32462
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- visual iris close to white
- visual iris open
- go to card id 2915
- end mouseUp
-
-
-
-
- -- part 30 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=10 top=0 right=23 bottom=186
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 2304
- -- line height: 16
- -- part name: Holy BibleStack⌐
- ----- HyperTalk script -----
- on mouseUp
- go to card id 22825
- end mouseUp
-
-
-
- -- part 31 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=67 top=316 right=342 bottom=94
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Text Style
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- answer "Change Type Style of Text?" with "Cancel" or "OK"
- if it is "OK" then
- lock Screen
- set cursor to 4
- set cantModify of stack "Holy BibleStack©" to false
- choose field tool
- repeat two times
- click at loc of field "BibleStack"
- end repeat
- doMenu "Text Style..."
- set cursor to 4
- choose browse tool
- set cantModify of stack "Holy BibleStack©" to true
- else exit mouseUp
- end mouseUp
-
-
-
- -- part 33 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=194 top=316 right=341 bottom=229
- -- title width / last selected line: 0
- -- icon id / first selected line: 902 / 902
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- visual dissolve very fast
- go to prev card
- end mouseUp
-
-
-
- -- part 34 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=228 top=328 right=342 bottom=285
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Editor
- ----- HyperTalk script -----
- on mouseUp
- play "Click"
- doMenu "HERE"
- end mouseUp
-
-